﻿2026-06-16T05:03:36.6140559Z ##[group]Run set -euo pipefail
2026-06-16T05:03:36.6141158Z [36;1mset -euo pipefail[0m
2026-06-16T05:03:36.6141590Z [36;1mPIN=0c95435[0m
2026-06-16T05:03:36.6141997Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-16T05:03:36.6142502Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-16T05:03:36.6143165Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-16T05:03:36.6143957Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-16T05:03:36.6144763Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-16T05:03:36.6145426Z [36;1m  rm -rf "$CACHE"[0m
2026-06-16T05:03:36.6145885Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-16T05:03:36.6146426Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-16T05:03:36.6147079Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-16T05:03:36.6147772Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-16T05:03:36.6148276Z [36;1mfi[0m
2026-06-16T05:03:36.6148832Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T05:03:36.6163312Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-16T05:03:36.6163903Z env:
2026-06-16T05:03:36.6164467Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T05:03:36.6164934Z ##[endgroup]
2026-06-16T05:03:37.2629212Z    Compiling proc-macro2 v1.0.106
2026-06-16T05:03:37.2631104Z    Compiling unicode-ident v1.0.24
2026-06-16T05:03:37.2632392Z    Compiling quote v1.0.45
2026-06-16T05:03:37.2633541Z    Compiling libc v0.2.186
2026-06-16T05:03:37.2634691Z    Compiling serde_core v1.0.228
2026-06-16T05:03:37.2635918Z    Compiling cfg-if v1.0.4
2026-06-16T05:03:37.2637130Z    Compiling serde v1.0.228
2026-06-16T05:03:37.2674745Z    Compiling log v0.4.32
2026-06-16T05:03:37.2716314Z    Compiling pin-project-lite v0.2.17
2026-06-16T05:03:37.2748085Z    Compiling typenum v1.20.1
2026-06-16T05:03:37.2781265Z    Compiling portable-atomic v1.13.1
2026-06-16T05:03:37.2823434Z    Compiling memchr v2.8.1
2026-06-16T05:03:37.2825347Z    Compiling version_check v0.9.5
2026-06-16T05:03:37.2826653Z    Compiling find-msvc-tools v0.1.9
2026-06-16T05:03:37.2869552Z    Compiling critical-section v1.2.0
2026-06-16T05:03:37.3344959Z    Compiling shlex v2.0.1
2026-06-16T05:03:37.3590565Z    Compiling futures-core v0.3.32
2026-06-16T05:03:37.3682477Z    Compiling bytes v1.11.1
2026-06-16T05:03:37.3953626Z    Compiling subtle v2.6.1
2026-06-16T05:03:37.5063428Z    Compiling equivalent v1.0.2
2026-06-16T05:03:37.5143225Z    Compiling smallvec v1.15.1
2026-06-16T05:03:37.5393429Z    Compiling itoa v1.0.18
2026-06-16T05:03:37.5752751Z    Compiling semver v1.0.28
2026-06-16T05:03:37.5840018Z    Compiling stable_deref_trait v1.2.1
2026-06-16T05:03:37.5912031Z    Compiling futures-io v0.3.32
2026-06-16T05:03:37.5981453Z    Compiling slab v0.4.12
2026-06-16T05:03:37.6388611Z    Compiling futures-sink v0.3.32
2026-06-16T05:03:37.6512075Z    Compiling futures-task v0.3.32
2026-06-16T05:03:37.6972297Z    Compiling generic-array v0.14.7
2026-06-16T05:03:37.7499850Z    Compiling futures-channel v0.3.32
2026-06-16T05:03:37.7624481Z    Compiling bitflags v2.12.1
2026-06-16T05:03:37.7738613Z    Compiling hashbrown v0.17.1
2026-06-16T05:03:37.8215214Z    Compiling rustversion v1.0.22
2026-06-16T05:03:37.8355986Z    Compiling cpufeatures v0.2.17
2026-06-16T05:03:37.8461871Z    Compiling fnv v1.0.7
2026-06-16T05:03:37.9101807Z    Compiling rustc_version v0.4.1
2026-06-16T05:03:37.9231413Z    Compiling strsim v0.11.1
2026-06-16T05:03:37.9382398Z    Compiling rand_core v0.10.1
2026-06-16T05:03:37.9781045Z    Compiling cfg_aliases v0.2.1
2026-06-16T05:03:37.9881068Z    Compiling writeable v0.6.3
2026-06-16T05:03:38.0491251Z    Compiling litemap v0.8.2
2026-06-16T05:03:38.0560466Z    Compiling icu_properties_data v2.2.0
2026-06-16T05:03:38.0590940Z    Compiling fs_extra v1.3.0
2026-06-16T05:03:38.1291197Z    Compiling ident_case v1.0.1
2026-06-16T05:03:38.2401282Z    Compiling getrandom v0.4.2
2026-06-16T05:03:38.2402384Z    Compiling dunce v1.0.5
2026-06-16T05:03:38.2770886Z    Compiling utf8_iter v1.0.4
2026-06-16T05:03:38.3051461Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T05:03:38.4371286Z    Compiling autocfg v1.5.1
2026-06-16T05:03:38.4539754Z    Compiling percent-encoding v2.3.2
2026-06-16T05:03:38.4876284Z    Compiling http v1.4.1
2026-06-16T05:03:38.5032424Z    Compiling aws-lc-rs v1.17.0
2026-06-16T05:03:38.5110602Z    Compiling cpufeatures v0.3.0
2026-06-16T05:03:38.5314042Z    Compiling indexmap v2.14.0
2026-06-16T05:03:38.5571001Z    Compiling thiserror v2.0.18
2026-06-16T05:03:38.5681164Z    Compiling unicode-segmentation v1.13.3
2026-06-16T05:03:38.5930886Z    Compiling scopeguard v1.2.0
2026-06-16T05:03:38.6000594Z    Compiling chacha20 v0.10.0
2026-06-16T05:03:38.6876966Z    Compiling syn v2.0.117
2026-06-16T05:03:38.7211107Z    Compiling lock_api v0.4.14
2026-06-16T05:03:38.7281910Z    Compiling form_urlencoded v1.2.2
2026-06-16T05:03:38.7350586Z    Compiling untrusted v0.9.0
2026-06-16T05:03:38.7600794Z    Compiling heck v0.5.0
2026-06-16T05:03:38.8318602Z    Compiling rustls v0.23.40
2026-06-16T05:03:38.8760900Z    Compiling unicode-xid v0.2.6
2026-06-16T05:03:38.9263667Z    Compiling anyhow v1.0.102
2026-06-16T05:03:38.9524032Z    Compiling const-oid v0.10.2
2026-06-16T05:03:38.9701264Z    Compiling atomic-waker v1.1.2
2026-06-16T05:03:38.9851721Z    Compiling paste v1.0.15
2026-06-16T05:03:38.9857386Z    Compiling zerocopy v0.8.50
2026-06-16T05:03:39.0131135Z    Compiling parking_lot_core v0.9.12
2026-06-16T05:03:39.1083531Z    Compiling convert_case v0.10.0
2026-06-16T05:03:39.1150809Z    Compiling httparse v1.10.1
2026-06-16T05:03:39.1200920Z    Compiling num-traits v0.2.19
2026-06-16T05:03:39.1661513Z    Compiling hybrid-array v0.4.12
2026-06-16T05:03:39.1730447Z    Compiling curve25519-dalek v4.1.3
2026-06-16T05:03:39.2856713Z    Compiling ahash v0.8.12
2026-06-16T05:03:39.2920999Z    Compiling powerfmt v0.2.0
2026-06-16T05:03:39.3221373Z    Compiling fastrand v2.4.1
2026-06-16T05:03:39.3846017Z    Compiling jobserver v0.1.34
2026-06-16T05:03:39.3960539Z    Compiling either v1.16.0
2026-06-16T05:03:39.4784679Z    Compiling base64ct v1.8.3
2026-06-16T05:03:39.5151340Z    Compiling crypto-common v0.1.7
2026-06-16T05:03:39.5560833Z    Compiling block-buffer v0.10.4
2026-06-16T05:03:39.5780683Z    Compiling http-body v1.0.1
2026-06-16T05:03:39.6116861Z    Compiling deranged v0.5.8
2026-06-16T05:03:39.6650641Z    Compiling digest v0.10.7
2026-06-16T05:03:39.6960562Z    Compiling cc v1.2.63
2026-06-16T05:03:39.7640750Z    Compiling try-lock v0.2.5
2026-06-16T05:03:39.8390844Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T05:03:39.8460602Z    Compiling data-encoding v2.11.0
2026-06-16T05:03:39.8576782Z    Compiling zmij v1.0.21
2026-06-16T05:03:39.8716773Z    Compiling mio v1.2.1
2026-06-16T05:03:39.9210733Z    Compiling socket2 v0.6.4
2026-06-16T05:03:39.9311012Z    Compiling getrandom v0.2.17
2026-06-16T05:03:40.1220793Z    Compiling rand_core v0.6.4
2026-06-16T05:03:40.1260467Z    Compiling tinyvec_macros v0.1.1
2026-06-16T05:03:40.1301988Z    Compiling vcpkg v0.2.15
2026-06-16T05:03:40.1970650Z    Compiling rand v0.10.1
2026-06-16T05:03:40.2575803Z    Compiling base64 v0.22.1
2026-06-16T05:03:40.2760858Z    Compiling num-conv v0.2.2
2026-06-16T05:03:40.2951785Z    Compiling tower-service v0.3.3
2026-06-16T05:03:40.3060410Z    Compiling time-core v0.1.8
2026-06-16T05:03:40.3220654Z    Compiling pkg-config v0.3.33
2026-06-16T05:03:40.3364001Z    Compiling parking_lot v0.12.5
2026-06-16T05:03:40.3652326Z    Compiling tinyvec v1.11.0
2026-06-16T05:03:40.4480457Z    Compiling sha2 v0.10.9
2026-06-16T05:03:40.4700575Z    Compiling crypto-common v0.2.2
2026-06-16T05:03:40.6245029Z    Compiling block-buffer v0.12.0
2026-06-16T05:03:40.7170403Z    Compiling want v0.3.1
2026-06-16T05:03:40.8380747Z    Compiling inout v0.1.4
2026-06-16T05:03:40.8900690Z    Compiling vergen-lib v9.1.0
2026-06-16T05:03:40.8980750Z    Compiling n0-future v0.3.2
2026-06-16T05:03:40.9010531Z    Compiling winnow v1.0.3
2026-06-16T05:03:40.9050713Z    Compiling diatomic-waker v0.2.3
2026-06-16T05:03:40.9548398Z    Compiling cordyceps v0.3.4
2026-06-16T05:03:41.0246663Z    Compiling cmake v0.1.58
2026-06-16T05:03:41.0593537Z    Compiling crossbeam-utils v0.8.21
2026-06-16T05:03:41.0660906Z    Compiling parking v2.2.1
2026-06-16T05:03:41.0771913Z    Compiling serde_json v1.0.150
2026-06-16T05:03:41.0782336Z    Compiling signature v2.2.0
2026-06-16T05:03:41.1560910Z    Compiling spin v0.10.0
2026-06-16T05:03:41.2030519Z    Compiling httpdate v1.0.3
2026-06-16T05:03:41.2711019Z    Compiling futures-buffered v0.2.13
2026-06-16T05:03:41.2790993Z    Compiling futures-lite v2.6.1
2026-06-16T05:03:41.2830693Z    Compiling ed25519 v2.2.3
2026-06-16T05:03:41.3178938Z    Compiling cipher v0.4.4
2026-06-16T05:03:41.3336248Z    Compiling netlink-packet-core v0.8.1
2026-06-16T05:03:41.3455123Z    Compiling universal-hash v0.5.1
2026-06-16T05:03:41.3847893Z    Compiling vergen v9.1.0
2026-06-16T05:03:41.4677165Z    Compiling digest v0.11.3
2026-06-16T05:03:41.4719344Z    Compiling vergen-lib v0.1.6
2026-06-16T05:03:41.5432533Z    Compiling heapless v0.7.17
2026-06-16T05:03:41.5495726Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T05:03:41.5807649Z    Compiling noq-udp v0.10.0
2026-06-16T05:03:41.5811831Z    Compiling sync_wrapper v1.0.2
2026-06-16T05:03:41.6180638Z    Compiling byteorder v1.5.0
2026-06-16T05:03:41.6631368Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T05:03:41.6718631Z    Compiling opaque-debug v0.3.1
2026-06-16T05:03:41.7237473Z    Compiling allocator-api2 v0.2.21
2026-06-16T05:03:41.7321485Z    Compiling polyval v0.6.2
2026-06-16T05:03:41.7860845Z    Compiling hash32 v0.2.1
2026-06-16T05:03:41.8469824Z    Compiling spin v0.9.8
2026-06-16T05:03:41.8580689Z    Compiling vergen-gitcl v1.0.8
2026-06-16T05:03:41.8660451Z    Compiling tower-layer v0.3.3
2026-06-16T05:03:41.9472526Z    Compiling num_threads v0.1.7
2026-06-16T05:03:41.9663640Z    Compiling aws-lc-sys v0.41.0
2026-06-16T05:03:41.9754799Z    Compiling ring v0.17.14
2026-06-16T05:03:41.9756252Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T05:03:42.0253589Z    Compiling signature v3.0.0
2026-06-16T05:03:42.0416464Z    Compiling ryu v1.0.23
2026-06-16T05:03:42.0521089Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T05:03:42.0880547Z    Compiling fallible-iterator v0.3.0
2026-06-16T05:03:42.1380791Z    Compiling time v0.3.47
2026-06-16T05:03:42.1600817Z    Compiling ghash v0.5.1
2026-06-16T05:03:42.2040775Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T05:03:42.2080659Z    Compiling ctr v0.9.2
2026-06-16T05:03:42.2600853Z    Compiling aes v0.8.4
2026-06-16T05:03:42.2790118Z    Compiling fs2 v0.4.3
2026-06-16T05:03:42.3900671Z    Compiling http-body-util v0.1.3
2026-06-16T05:03:42.4280769Z    Compiling aead v0.5.2
2026-06-16T05:03:42.4533151Z    Compiling openssl-probe v0.2.1
2026-06-16T05:03:42.4869572Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T05:03:42.5640720Z    Compiling crossbeam-channel v0.5.15
2026-06-16T05:03:42.6320602Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T05:03:42.6475276Z    Compiling blake3 v1.8.5
2026-06-16T05:03:42.6600315Z    Compiling netlink-packet-route v0.29.0
2026-06-16T05:03:42.6970271Z    Compiling uuid v1.23.2
2026-06-16T05:03:42.9320343Z    Compiling aes-gcm v0.10.3
2026-06-16T05:03:42.9680566Z    Compiling memoffset v0.6.5
2026-06-16T05:03:43.0950612Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T05:03:43.1140460Z    Compiling acto v0.8.2
2026-06-16T05:03:43.1690748Z    Compiling noq v0.18.0
2026-06-16T05:03:43.1926923Z    Compiling netwatch v0.16.0
2026-06-16T05:03:43.2177996Z    Compiling xml-rs v0.8.28
2026-06-16T05:03:43.2210408Z    Compiling mac-addr v0.3.0
2026-06-16T05:03:43.3182462Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T05:03:43.3576666Z    Compiling foldhash v0.2.0
2026-06-16T05:03:43.4334533Z    Compiling ref-cast v1.0.25
2026-06-16T05:03:43.4430660Z    Compiling rustc-hash v2.1.2
2026-06-16T05:03:43.4532249Z    Compiling rustix v1.1.4
2026-06-16T05:03:43.4830564Z    Compiling identity-hash v0.1.0
2026-06-16T05:03:43.5442175Z    Compiling tagptr v0.2.0
2026-06-16T05:03:43.5745266Z    Compiling thiserror v1.0.69
2026-06-16T05:03:43.5878585Z    Compiling lru-slab v0.1.2
2026-06-16T05:03:43.7049460Z    Compiling hashbrown v0.16.1
2026-06-16T05:03:43.8590268Z    Compiling netlink-packet-route v0.30.0
2026-06-16T05:03:43.9380519Z    Compiling errno v0.3.14
2026-06-16T05:03:43.9450283Z    Compiling serial-core v0.4.0
2026-06-16T05:03:44.0663141Z    Compiling proc-macro-crate v3.5.0
2026-06-16T05:03:44.0736476Z    Compiling xmltree v0.10.3
2026-06-16T05:03:44.1311981Z    Compiling synstructure v0.13.2
2026-06-16T05:03:44.2628668Z    Compiling darling_core v0.20.11
2026-06-16T05:03:44.4330375Z    Compiling serde_derive_internals v0.29.1
2026-06-16T05:03:44.4690214Z    Compiling ioctl-rs v0.1.6
2026-06-16T05:03:44.5280831Z    Compiling termios v0.2.2
2026-06-16T05:03:44.5350569Z    Compiling simple-dns v0.9.3
2026-06-16T05:03:44.5697245Z    Compiling aho-corasick v1.1.4
2026-06-16T05:03:44.6185040Z    Compiling arrayvec v0.7.6
2026-06-16T05:03:44.6260172Z    Compiling smol_str v0.1.24
2026-06-16T05:03:44.6532794Z    Compiling linux-raw-sys v0.12.1
2026-06-16T05:03:44.7760675Z    Compiling simdutf8 v0.1.5
2026-06-16T05:03:44.7849473Z    Compiling arrayref v0.3.9
2026-06-16T05:03:44.8196608Z    Compiling regex-syntax v0.8.10
2026-06-16T05:03:44.8451010Z    Compiling toml_write v0.1.2
2026-06-16T05:03:44.8650708Z    Compiling sha1_smol v1.0.1
2026-06-16T05:03:44.8930808Z    Compiling constant_time_eq v0.4.2
2026-06-16T05:03:45.0358387Z    Compiling signal-hook v0.3.18
2026-06-16T05:03:45.0867643Z    Compiling winnow v0.7.15
2026-06-16T05:03:45.0990654Z    Compiling resolv-conf v0.7.6
2026-06-16T05:03:45.1924807Z    Compiling serial-unix v0.4.0
2026-06-16T05:03:45.4341004Z    Compiling lru v0.16.4
2026-06-16T05:03:45.5360518Z    Compiling darling_core v0.23.0
2026-06-16T05:03:45.5940839Z    Compiling signal-hook-registry v1.4.8
2026-06-16T05:03:45.6801067Z    Compiling serde_bytes v0.11.19
2026-06-16T05:03:45.8220651Z    Compiling hmac v0.12.1
2026-06-16T05:03:45.9289787Z    Compiling seize v0.5.1
2026-06-16T05:03:45.9420906Z    Compiling iroh v0.98.2
2026-06-16T05:03:45.9594165Z    Compiling cmov v0.5.4
2026-06-16T05:03:46.1310900Z    Compiling serde_derive v1.0.228
2026-06-16T05:03:46.2315182Z    Compiling zeroize_derive v1.4.3
2026-06-16T05:03:46.2435895Z    Compiling tokio-macros v2.7.0
2026-06-16T05:03:46.4210240Z    Compiling zerofrom-derive v0.1.7
2026-06-16T05:03:46.8724173Z    Compiling zeroize v1.8.2
2026-06-16T05:03:46.9310614Z    Compiling tokio v1.52.3
2026-06-16T05:03:47.0481060Z    Compiling futures-macro v0.3.32
2026-06-16T05:03:47.2330723Z    Compiling yoke-derive v0.8.2
2026-06-16T05:03:47.6716006Z    Compiling zerovec-derive v0.11.3
2026-06-16T05:03:47.6841087Z    Compiling displaydoc v0.2.6
2026-06-16T05:03:47.8562723Z    Compiling zerofrom v0.1.8
2026-06-16T05:03:47.9780878Z    Compiling futures-util v0.3.32
2026-06-16T05:03:47.9899844Z    Compiling tracing-attributes v0.1.31
2026-06-16T05:03:48.0020397Z    Compiling rustls-pki-types v1.14.1
2026-06-16T05:03:48.2711047Z    Compiling thiserror-impl v2.0.18
2026-06-16T05:03:48.5260416Z    Compiling yoke v0.8.3
2026-06-16T05:03:48.5611749Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T05:03:48.7247359Z    Compiling zerotrie v0.2.4
2026-06-16T05:03:48.7978902Z    Compiling darling_macro v0.20.11
2026-06-16T05:03:49.1031190Z    Compiling darling v0.20.11
2026-06-16T05:03:49.1172113Z    Compiling derive_more-impl v2.1.1
2026-06-16T05:03:49.1764691Z    Compiling derive_builder_core v0.20.2
2026-06-16T05:03:49.1922905Z    Compiling n0-error-macros v0.1.3
2026-06-16T05:03:49.1929965Z    Compiling spez v0.1.2
2026-06-16T05:03:49.2124637Z    Compiling zerovec v0.11.6
2026-06-16T05:03:49.6009060Z    Compiling der v0.8.0-rc.10
2026-06-16T05:03:49.6790633Z    Compiling pin-project-internal v1.1.13
2026-06-16T05:03:50.0120536Z    Compiling tinystr v0.8.3
2026-06-16T05:03:50.0440958Z    Compiling potential_utf v0.1.5
2026-06-16T05:03:50.2316224Z    Compiling icu_locale_core v2.2.0
2026-06-16T05:03:50.2390641Z    Compiling icu_collections v2.2.0
2026-06-16T05:03:50.3639260Z    Compiling n0-error v0.1.3
2026-06-16T05:03:50.5647502Z    Compiling derive_builder_macro v0.20.2
2026-06-16T05:03:50.7760664Z    Compiling ed25519-dalek v2.2.0
2026-06-16T05:03:50.8760654Z    Compiling derive_builder v0.20.2
2026-06-16T05:03:51.1032422Z    Compiling pin-project v1.1.13
2026-06-16T05:03:51.1840631Z    Compiling spki v0.8.0-rc.4
2026-06-16T05:03:51.3241013Z    Compiling spt-proto v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T05:03:51.3488370Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T05:03:51.3566259Z    Compiling cobs v0.3.0
2026-06-16T05:03:51.4439120Z    Compiling ipnet v2.12.0
2026-06-16T05:03:51.4870885Z    Compiling icu_provider v2.2.0
2026-06-16T05:03:51.5320743Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T05:03:51.8588654Z    Compiling icu_properties v2.2.0
2026-06-16T05:03:51.8810646Z    Compiling icu_normalizer v2.2.0
2026-06-16T05:03:52.0310933Z    Compiling prefix-trie v0.8.4
2026-06-16T05:03:52.0532815Z    Compiling futures-executor v0.3.32
2026-06-16T05:03:52.2180665Z    Compiling once_cell v1.21.4
2026-06-16T05:03:52.2270631Z    Compiling futures v0.3.32
2026-06-16T05:03:52.2469732Z    Compiling postcard-derive v0.2.2
2026-06-16T05:03:52.3040621Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T05:03:52.4708423Z    Compiling tracing-core v0.1.36
2026-06-16T05:03:52.8495451Z    Compiling data-encoding-macro v0.1.20
2026-06-16T05:03:52.8716260Z    Compiling rustls-native-certs v0.8.4
2026-06-16T05:03:52.8807746Z    Compiling postcard v1.1.3
2026-06-16T05:03:52.9026128Z    Compiling num_enum_derive v0.7.6
2026-06-16T05:03:52.9128095Z    Compiling strum_macros v0.28.0
2026-06-16T05:03:52.9347462Z    Compiling hashbrown v0.14.5
2026-06-16T05:03:52.9720837Z    Compiling tokio-util v0.7.18
2026-06-16T05:03:53.1350158Z    Compiling tracing v0.1.44
2026-06-16T05:03:53.1690654Z    Compiling netlink-sys v0.8.8
2026-06-16T05:03:53.3540562Z    Compiling idna_adapter v1.2.2
2026-06-16T05:03:53.4220390Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T05:03:53.4670845Z    Compiling idna v1.1.0
2026-06-16T05:03:53.4724447Z    Compiling tower v0.5.3
2026-06-16T05:03:53.4995476Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T05:03:53.7320628Z    Compiling derive_more v2.1.1
2026-06-16T05:03:53.7374002Z    Compiling enum-assoc v1.3.0
2026-06-16T05:03:53.7899646Z    Compiling hashlink v0.9.1
2026-06-16T05:03:53.8120620Z    Compiling async-trait v0.1.89
2026-06-16T05:03:53.8430912Z    Compiling netlink-proto v0.12.0
2026-06-16T05:03:53.8649144Z    Compiling netdev v0.42.0
2026-06-16T05:03:53.9610360Z    Compiling url v2.5.8
2026-06-16T05:03:53.9950794Z    Compiling iroh-metrics v0.38.3
2026-06-16T05:03:54.0193362Z    Compiling h2 v0.4.14
2026-06-16T05:03:54.1503769Z    Compiling num_enum v0.7.6
2026-06-16T05:03:54.2015490Z    Compiling n0-watcher v0.6.1
2026-06-16T05:03:54.2160012Z    Compiling tokio-stream v0.1.18
2026-06-16T05:03:54.2327573Z    Compiling rusqlite v0.32.1
2026-06-16T05:03:54.2490405Z    Compiling iroh-relay v0.98.0
2026-06-16T05:03:54.2871772Z    Compiling moka v0.12.15
2026-06-16T05:03:54.4945543Z    Compiling toml_datetime v0.6.11
2026-06-16T05:03:54.5410804Z    Compiling serde_spanned v0.6.9
2026-06-16T05:03:54.5510666Z    Compiling ref-cast-impl v1.0.25
2026-06-16T05:03:54.7039293Z    Compiling thiserror-impl v1.0.69
2026-06-16T05:03:54.8400515Z    Compiling toml_edit v0.22.27
2026-06-16T05:03:54.8850856Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T05:03:54.8941105Z    Compiling tower-http v0.6.11
2026-06-16T05:03:54.9070953Z    Compiling attohttpc v0.30.1
2026-06-16T05:03:55.0180876Z    Compiling iroh-base v0.98.0
2026-06-16T05:03:55.4980864Z    Compiling spt-store v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T05:03:55.5210553Z    Compiling webpki-roots v1.0.7
2026-06-16T05:03:55.5290516Z    Compiling regex-automata v0.4.14
2026-06-16T05:03:55.5780444Z    Compiling schemars_derive v1.2.1
2026-06-16T05:03:55.6600583Z    Compiling dyn-clone v1.0.20
2026-06-16T05:03:55.7660687Z    Compiling strum v0.28.0
2026-06-16T05:03:55.8120676Z    Compiling pin-utils v0.1.0
2026-06-16T05:03:55.8690861Z    Compiling iroh-dns v0.98.0
2026-06-16T05:03:55.8820783Z    Compiling utf8parse v0.2.2
2026-06-16T05:03:55.9070525Z    Compiling rustix v0.38.44
2026-06-16T05:03:55.9731137Z    Compiling bitflags v1.3.2
2026-06-16T05:03:56.0291043Z    Compiling nix v0.25.1
2026-06-16T05:03:56.0810737Z    Compiling anstyle-parse v1.0.0
2026-06-16T05:03:56.1955762Z    Compiling backon v1.6.0
2026-06-16T05:03:56.2864166Z    Compiling filedescriptor v0.8.3
2026-06-16T05:03:56.2935011Z    Compiling darling_macro v0.23.0
2026-06-16T05:03:56.3959796Z    Compiling ctutils v0.4.2
2026-06-16T05:03:56.4881034Z    Compiling papaya v0.2.4
2026-06-16T05:03:56.5033746Z    Compiling hkdf v0.12.4
2026-06-16T05:03:56.6545491Z    Compiling serial v0.4.0
2026-06-16T05:03:56.6610177Z    Compiling downcast-rs v1.2.1
2026-06-16T05:03:56.6919440Z    Compiling anstyle v1.0.14
2026-06-16T05:03:56.7270711Z    Compiling anstyle-query v1.1.5
2026-06-16T05:03:56.7508599Z    Compiling colorchoice v1.0.5
2026-06-16T05:03:56.7865070Z    Compiling linux-raw-sys v0.4.15
2026-06-16T05:03:56.8084462Z    Compiling instability v0.3.12
2026-06-16T05:03:56.8691187Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T05:03:56.9478652Z    Compiling foldhash v0.1.5
2026-06-16T05:03:56.9794078Z    Compiling shell-words v1.1.1
2026-06-16T05:03:57.0130920Z    Compiling anstream v1.0.0
2026-06-16T05:03:57.0353164Z    Compiling signal-hook-mio v0.2.5
2026-06-16T05:03:57.0830843Z    Compiling darling v0.23.0
2026-06-16T05:03:57.1440722Z    Compiling hashbrown v0.15.5
2026-06-16T05:03:57.1586401Z    Compiling spake2 v0.4.0
2026-06-16T05:03:57.1666404Z    Compiling terminal_size v0.4.4
2026-06-16T05:03:57.1687819Z    Compiling strum_macros v0.26.4
2026-06-16T05:03:57.1908267Z    Compiling sha1 v0.10.6
2026-06-16T05:03:57.3060248Z    Compiling itertools v0.13.0
2026-06-16T05:03:57.4190681Z    Compiling castaway v0.2.4
2026-06-16T05:03:57.4440467Z    Compiling unicode-width v0.1.14
2026-06-16T05:03:57.5640462Z    Compiling static_assertions v1.1.0
2026-06-16T05:03:57.5740345Z    Compiling doctest-file v1.1.1
2026-06-16T05:03:57.6100713Z    Compiling schemars v1.2.1
2026-06-16T05:03:57.6320553Z    Compiling toml v0.8.23
2026-06-16T05:03:57.7423108Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T05:03:57.9340808Z    Compiling indoc v2.0.7
2026-06-16T05:03:58.1297726Z    Compiling clap_lex v1.1.0
2026-06-16T05:03:58.4220774Z    Compiling spt-msg v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T05:03:58.5440610Z    Compiling clap_builder v4.6.0
2026-06-16T05:03:58.7080621Z    Compiling regex v1.12.3
2026-06-16T05:03:59.0778750Z    Compiling crossterm v0.28.1
2026-06-16T05:03:59.3300975Z    Compiling spt-runtime v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T05:03:59.3420709Z    Compiling unicode-truncate v1.1.0
2026-06-16T05:03:59.4838017Z    Compiling interprocess v2.4.2
2026-06-16T05:03:59.5000419Z    Compiling lru v0.12.5
2026-06-16T05:03:59.6990665Z    Compiling hyper v1.10.1
2026-06-16T05:03:59.8103161Z    Compiling strum v0.26.3
2026-06-16T05:03:59.9440831Z    Compiling compact_str v0.8.2
2026-06-16T05:04:00.2260868Z    Compiling clap_derive v4.6.1
2026-06-16T05:04:00.3360529Z    Compiling iana-time-zone v0.1.65
2026-06-16T05:04:00.4891076Z    Compiling portable-pty v0.8.1
2026-06-16T05:04:00.6460658Z    Compiling unicode-width v0.2.0
2026-06-16T05:04:00.6879053Z    Compiling cassowary v0.3.0
2026-06-16T05:04:00.7322794Z    Compiling chrono v0.4.45
2026-06-16T05:04:00.7403287Z    Compiling nucleo-matcher v0.3.1
2026-06-16T05:04:00.8170768Z    Compiling qrcode v0.14.1
2026-06-16T05:04:00.9951156Z    Compiling spt-term v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T05:04:01.4820787Z    Compiling ratatui v0.29.0
2026-06-16T05:04:01.6430526Z    Compiling tempfile v3.27.0
2026-06-16T05:04:01.7560418Z    Compiling hyper-util v0.1.20
2026-06-16T05:04:02.2452063Z    Compiling spt-live v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T05:04:02.7717484Z    Compiling clap v4.6.1
2026-06-16T05:04:03.7010266Z    Compiling igd-next v0.17.1
2026-06-16T05:04:04.7986573Z    Compiling portmapper v0.16.0
2026-06-16T05:04:09.2492852Z    Compiling rustls-webpki v0.103.13
2026-06-16T05:04:11.5915138Z    Compiling tokio-rustls v0.26.4
2026-06-16T05:04:11.5917986Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T05:04:11.5918349Z    Compiling noq-proto v0.17.0
2026-06-16T05:04:11.7385426Z    Compiling hyper-rustls v0.27.9
2026-06-16T05:04:11.7386126Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T05:04:11.7386641Z    Compiling tokio-websockets v0.13.2
2026-06-16T05:04:11.8661030Z    Compiling reqwest v0.13.4
2026-06-16T05:04:12.7845569Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T05:04:26.4900462Z    Compiling spt-net v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T05:04:27.8534189Z    Compiling spt-daemon v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T05:04:34.5270949Z    Compiling spt v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T05:04:37.9954458Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-16T05:04:38.0178711Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9bca24873778ec7b)
2026-06-16T05:04:38.0192367Z 
2026-06-16T05:04:38.0192534Z running 1 test
2026-06-16T05:04:44.2022627Z test new_brain_serves_against_old_broker ... ok
2026-06-16T05:04:44.2024308Z 
2026-06-16T05:04:44.2024742Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-16T05:04:44.2025147Z 
